home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / ArchiveUtils / UnTar / README
Encoding:
Text File  |  1993-01-19  |  2.0 KB  |  41 lines

  1. The following two utilities untar and uncompress files from the browser. To
  2. run, you simple double click either a .tar or .Z file and things take off. 
  3. Thanks to some code submitted by Chris Kane, the utilities will either quit
  4. if you simply double click an icon, or they'll stick around if you launch
  5. the application first. Also, both now correctly tell the WorkSpace manager
  6. that stuff has been changed, so it updates itself.
  7.  
  8. To install them, simply copy UnTar and UnCompress from the respective dir-
  9. ectories to either /LocalApps to make them globally visible to all users,
  10. or to ~/Apps to make them visible only to yourself. You may also have to
  11. inform the WorkSpace Manager of the correct appication to launch. This can
  12. be accomplished via the Inspector Panel, Command-2, which either a tar or
  13. Z file is selected in the browser.
  14.  
  15. Chris also made the suggestion that there should be a third utility that
  16. untars and uncompresses in one shot. I decided against this for two reasons.
  17. First, the WorkSpace manager cannot handle suffixes with a '.' in them, so
  18. it's impossible to make a suffix .tar.Z. With this is mind, the only way to
  19. make an untar'er and uncomrpess'er is to make it use suffix .Z. Unfortunately,
  20. this means the utility will always try to untar a .tar.Z, and or might not
  21. be able to handle just a .Z. So, since it's trivial to have to double click
  22. a secodn time on the tar, I figured that I'd leave the utilities separate.
  23.  
  24. If you've got any suggestions or comments, or code improvements like Chris'
  25. please send them to;
  26.  
  27. alex@cosmos.ACS.CalPoly.EDU or
  28. alex@data.ACS.CalPoly.EDU for NeXTMail.
  29.  
  30.  
  31.  
  32. Revision History:
  33.  
  34. 5-15-91: Initial idea and creation for tar files.
  35. 6-07-91: Bordom leads me to clean up untar, make the icons pretty, create
  36.             UnCompress, and submit both to nova.cc.purdue.edu.
  37. 6-09-91: On suggestion and help from Chris Kane, both can message the Work-
  38.             Space Manager to update itself, they quit if clicking is used to
  39.          launch the app, otherwise they stick around, and a little more
  40.          cleaning is done to the code.
  41.